STEP 2: Let's change some things about our circle!
Look at the code and notice the gray text above the circle. Comments are gray and have a # in front of them. The comment is only for you to read. The program ignores it. This comment tells us what each argument in the circle code controls: (x, y, diameter, "color").
- Find the x-coordinate of the circle and change it to -5.
To navigate the page using the TAB key, first press ESC to exit the code editor.